home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 January / inter@ivo 1997-01.iso / cybint12 / bin / rherit.dxr / 00035.ls < prev    next >
Encoding:
Text File  |  1996-12-14  |  310 b   |  19 lines

  1. on exitFrame
  2.   global act
  3.   if act = 0 then
  4.     if rollOver(15) or rollOver(16) then
  5.       cursor([901, 902])
  6.     else
  7.       hotBlinks(2, 11)
  8.     end if
  9.   end if
  10.   if act = 1 then
  11.     if rollOver(18) or rollOver(19) then
  12.       cursor([901, 902])
  13.     else
  14.       cursor(-1)
  15.     end if
  16.   end if
  17.   Loopframe()
  18. end
  19.